home *** CD-ROM | disk | FTP | other *** search
/ Power Utilities / Power Utilities.iso / utility / pro146 / pcplus2.asp < prev    next >
Encoding:
Text File  |  1991-11-14  |  252 b   |  16 lines

  1. ;procomm plus 2.0 script
  2. proc main
  3. ;TOTLHOST.ASP
  4. n0 = 0
  5. transmit "ATS0=1^M"
  6. while not connected
  7.    n0 += 1
  8.    if NOT (n0 < 5000)
  9. ;               approx 125 per second on 8MHz AT Compatible
  10.       quit
  11.    endif
  12. endwhile
  13. host
  14. quit
  15. endproc
  16.